@charset "UTF-8";
.w1200 {
  margin: 0 auto;
  width: 1200px;
}

.edge {
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 0 40px;
  overflow: hidden;
}
.edge .flex-box {
  display: flex;
  align-items: center;
}
.edge .header-box {
  height: 38px;
}
.edge .header-box .main {
  width: 1200px;
  height: 34px;
  margin: 0 auto;
  padding-top: 14px;
  box-sizing: border-box;
}
.edge .header-box .main .left {
  float: left;
  font-size: 14px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.edge .header-box .main .left .tel {
  float: left;
  font-size: 14px;
  color: #999999;
  text-indent: 20px;
}
.edge .header-box .main .right {
  float: right;
  font-size: 14px;
}
.edge .header-box .main .right li {
  display: inline-flex;
  margin-left: 45px;
}
.edge .header-box .main .right li a {
  color: #999999;
  background-repeat: no-repeat;
  background-size: 10px 15px;
  background-position: 0 0;
  padding: 0 0 0 16px;
  height: 15px;
  line-height: 15px;
}
.edge .header-box .main .right li .icon_tel {
  background-image: url(../../../images/home/icon_tel.png);
}
.edge .header-box .main .right li .icon_official {
  padding-left: 21px;
  background-size: 15px 15px;
  background-image: url(../../../images/home/icon_official_website.png);
}
.edge .header-box .main .right li.phone {
  padding-left: 18px;
  padding-bottom: 5px;
  padding-top: 2px;
  background: url(../../../images/home/phone_img.png) no-repeat;
  color: #999999;
  font-size: 12px;
}
.edge .header-box .main .right li:hover a {
  color: #c33200;
}
.edge .header-box .main .right li:hover .icon_tel {
  background-image: url(../../../images/home/icon_tel_curr.png);
}
.edge .header-box .main .right li:hover .icon_official {
  background-image: url(../../../images/home/icon_official_website_curr.png);
}
.edge .fixbot {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  z-index: 1;
}
.edge .fixbot .w1200 {
  position: relative;
}
.edge .outNavLeft {
  position: absolute;
  bottom: 290px;
  left: -147px;
  background-color: #fff;
  box-shadow: 0px 3px 21px 0 rgba(148, 148, 148, 0.21);
  width: 98px;
  overflow: hidden;
  display: none;
  border-radius: 4px;
}
.edge .outNavLeft li {
  cursor: pointer;
  position: relative;
  font-size: 13px;
  text-align: center;
  line-height: 48px;
  background-color: #fff;
}
.edge .outNavLeft li:not(:last-child):after {
  display: block;
  content: "-------------------";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 43%);
  font-size: 12px;
  color: #eeeeee;
  width: 100%;
  height: 12px;
  line-height: 12px;
}
.edge .outNavLeft li a {
  width: 100%;
  box-sizing: border-box;
  display: inline-block;
  color: #7a7a7a;
  text-align: center;
  vertical-align: middle;
}
.edge .outNavLeft .hover {
  display: block;
}
.edge .outNavLeft .hover a {
  position: relative;
  padding-right: 12px;
  color: #c33200;
}
.edge .outNavLeft .hover a:after {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 10px;
  background: url(../../../images/home/icon_arrow.png) 100% 100% no-repeat;
}
.edge .outNavLeft div {
  height: 21px;
  width: 68px;
  cursor: pointer;
}
.edge .outNavLeft div a {
  display: block;
  width: 100%;
  height: 100%;
}
.edge .outNavLeft div a img {
  display: block;
  margin: 0 auto;
  margin-top: 3px;
}
.edge .outNavRight {
  position: fixed;
  bottom: 300px;
  right: 20px;
  background: #fff;
  box-shadow: 0 3px 21px 0 rgba(148, 148, 148, 0.15);
  border-radius: 34px;
  z-index: 2;
}
.edge .outNavRight .icon_gift {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, calc(-100% - 2px));
}
.edge .outNavRight .totop {
  cursor: pointer;
}
.edge .outNavRight ul {
  width: 68px;
  padding: 10px 0;
}
.edge .outNavRight ul li {
  position: relative;
  width: 68px;
  line-height: 30px;
  text-align: center;
  box-sizing: border-box;
  font-size: 12px;
}
.edge .outNavRight ul li:not(:last-child):after {
  display: block;
  content: "-------------";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 43%);
  font-size: 12px;
  color: #eeeeee;
  width: 100%;
  height: 12px;
  line-height: 12px;
}
.edge .outNavRight ul li:nth-child(1) {
  height: 74px;
}
.edge .outNavRight ul li:nth-child(2), .edge .outNavRight ul li:nth-child(3) {
  height: 66px;
}
.edge .outNavRight ul li:nth-child(4) {
  height: 58px;
}
.edge .outNavRight ul li a {
  color: #595959;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  box-sizing: border-box;
}
.edge .outNavRight ul li a .inbox {
  position: relative;
  height: 24px;
  width: 24px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.edge .outNavRight ul li a .inbox img {
  display: block;
}
.edge .outNavRight ul li .after {
  position: absolute;
  visibility: visible;
}
.edge .outNavRight ul li .befor {
  position: absolute;
  visibility: hidden;
}
.edge .outNavRight ul li:hover a {
  color: #c33200;
}
.edge .outNavRight ul li:hover .after {
  visibility: hidden;
}
.edge .outNavRight ul li:hover .befor {
  visibility: visible;
}
.edge .substation {
  width: 1200px;
  background-color: #fff;
  margin: 0 auto;
  margin-top: 40px;
  padding-top: 60px;
  padding-bottom: 46px;
}
.edge .substation .line {
  height: 25px;
  width: 1160px;
  margin: 0 auto;
}
.edge .substation .line .txt {
  width: 130px;
  height: 25px;
  margin: 0 auto;
  font-size: 22px;
  line-height: 25px;
  text-align: center;
  color: #221815;
}
.edge .substation ul {
  width: 1160px;
  margin: 0 auto;
  margin-top: 30px;
}
.edge .substation ul li {
  border: 1px solid #bbbbbb;
  display: inline-block;
  padding: 6px 10px;
  margin: 0 20px;
  margin-bottom: 18px;
}
.edge .substation ul li a {
  color: #808080;
  font-size: 15px;
}
.edge .substation ul li:hover {
  background-color: #e60012;
}
.edge .substation ul li:hover a {
  color: #fff;
}
.edge .header {
  width: 100%;
  box-shadow: none !important;
  color: #fff;
}
.edge .header .header-top {
  display: flex;
  align-items: center;
  width: 100%;
}
.edge .header .header-top .center {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1200px;
  min-width: 1200px;
  margin: auto;
  padding: 20px 0;
}
.edge .header .header-top .center .centerLeft {
  display: inline-block;
  font-size: 0px;
  top: -10px;
  background: url(../../../images/home/logo_v2.png) no-repeat 0px 10px;
  padding: 10px 0;
}
.edge .header .header-top .center .centerLeft.index-logo {
  background: url(../../../images/home/logo_v2_b.png) no-repeat 0px 10px;
}
.edge .header .header-top .center .centerLeft a {
  display: inline-block;
  width: 144px;
  height: 22px;
}
.edge .header .header-top .center .centerRight {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-family: "PingFang";
  color: #fff;
  float: right;
}
.edge .header .header-top .center .centerRight img {
  width: 14px;
  height: 14px;
  margin-right: 10px;
}
.edge .header .header-top .center .headerCenter {
  display: inline-block;
  margin-left: 46px;
  font-size: 13px;
  font-family: "Microsoft YaHei";
  color: #ffffff;
  position: relative;
  background: url(../../../images/home/reddot.png) no-repeat 43px 0;
  padding: 10px 18px 10px 0;
}
.edge .header .header-top .center .headerCenter:after {
  content: "";
  position: absolute;
  right: 0;
  top: 13px;
  width: 10px;
  height: 6px;
  background: url(../../../images/home/icon_area.png) 100% 100% no-repeat;
}
.edge .header .header-top .center .headerCenter.index-area {
  color: #999999;
}
.edge .header .header-top .center .headerCenter.index-area:after {
  background: url(../../../images/home/icon_area_g.png) 100% 100% no-repeat;
}
.edge .header .header-top .center .headerCenter:hover:after {
  transform: rotate(180deg);
}
.edge .header .header-top .center .headerCenter:hover .citys {
  display: flex;
}
.edge .header .header-top .center .headerCenter .switchCity {
  color: #fff;
  font-size: 13px;
  margin-top: 2px;
}
.edge .header .header-top .center .headerCenter .citys {
  display: none;
  flex-flow: column wrap;
  cursor: pointer;
  max-height: 411px;
  width: 891.99px;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  left: 0px;
  top: 25px;
  padding: 20px;
  z-index: 3;
  font-size: 12px;
  overflow: auto;
}
.edge .header .header-top .center .headerCenter .citys div {
  position: relative;
  line-height: 25px;
  width: 430px;
  box-sizing: border-box;
  padding-left: 10px;
}
.edge .header .header-top .center .headerCenter .citys div span {
  position: absolute;
  left: 0;
  display: inline-block;
  color: #c33200;
  vertical-align: middle;
}
.edge .header .header-top .center .headerCenter .citys div a {
  display: inline-block;
  margin-left: 10px;
  color: #797979;
  padding: 0 10px;
  border-radius: 11.5px;
  line-height: 23px;
  height: 23px;
  vertical-align: middle;
}
.edge .header .header-top .center .headerCenter .citys div a:hover {
  color: #fff;
  background-color: #c33200;
  box-shadow: 0 3px 7px 0 rgba(195, 50, 0, 0.33);
}
.edge .header .header-top .center .centerSearch {
  position: relative;
  z-index: 1;
  height: 34px;
  background-color: rgba(229, 229, 229, 0.3);
  min-width: 84px;
  border-radius: 17px;
  padding: 0 16px;
  box-sizing: border-box;
  margin-left: 18px;
  cursor: pointer;
}
.edge .header .header-top .center .centerSearch .input {
  position: relative;
  border: none;
  padding-left: 3px;
  font-size: 14px;
  background-color: transparent;
  color: #f8a385;
  width: 30px;
  transition: width 0.2s;
  cursor: pointer;
}
.edge .header .header-top .center .centerSearch .input::-moz-placeholder {
  color: #f8a385; /* 提示文字颜色 */
}
.edge .header .header-top .center .centerSearch .input::placeholder {
  color: #f8a385; /* 提示文字颜色 */
}
.edge .header .header-top .center .centerSearch.index-search {
  background-color: #e6ddf8;
}
.edge .header .header-top .center .centerSearch.index-search input {
  color: #ababab;
}
.edge .header .header-top .center .centerSearch.index-search input::-moz-placeholder {
  color: #ababab; /* 提示文字颜色 */
}
.edge .header .header-top .center .centerSearch.index-search input::placeholder {
  color: #ababab; /* 提示文字颜色 */
}
.edge .header .header-top .center .centerSearch img {
  position: absolute;
  right: 16px;
  width: 13px;
  height: 13px;
}
.edge .swiper {
  width: 1200px;
  margin: 0 auto;
}
.edge .swiper .left {
  position: relative;
  z-index: 1;
  height: 350px;
  width: 270px;
  background-color: #ffffff;
  float: left;
  border-radius: 20px 4px;
}
.edge .swiper .left .top {
  margin-left: 24px;
  margin-top: 23px;
  padding-left: 7px;
  color: #595959;
  font-weight: 700;
}
.edge .swiper .left .top span {
  color: #c0c0c0;
  font-size: 12px;
  padding-left: 10px;
}
.edge .swiper .left .centent {
  width: 209px;
  height: 250px;
  margin: 13px auto;
}
.edge .swiper .left .centent .toptxt {
  width: 209px;
  margin-top: 27px;
  font-size: 0px;
}
.edge .swiper .left .centent .toptxt span {
  display: inline-block;
  white-space: nowrap;
  width: 104.5px;
  height: 14px;
  margin-bottom: 10px;
  margin-bottom: 10px;
}
.edge .swiper .left .centent .toptxt span a {
  color: #595959;
  display: inline-block;
  overflow: hidden;
  font-size: 14px;
  height: 14px;
  white-space: nowrap;
}
.edge .swiper .left .centent .toptxt span a:hover {
  color: #c33200;
}
.edge .swiper .left .centent .toptxt span:nth-child(6n-1), .edge .swiper .left .centent .toptxt span:nth-child(6n) {
  margin-bottom: 30px;
}
.edge .swiper .left .centent .toptxt span:nth-child(6n-1) {
  position: relative;
}
.edge .swiper .left .centent .toptxt span:nth-child(6n-1):after {
  content: "......................................";
  white-space: nowrap;
  position: absolute;
  left: -12px;
  bottom: -18px;
  color: #bcbcbc;
  width: 208px;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 3px;
}
.edge .swiper .left .centent .toptxt span:nth-last-child(1):after, .edge .swiper .left .centent .toptxt span:nth-last-child(2):after {
  display: none;
  margin: 0;
}
.edge .swiper .left .centent .toptxt .icon_recommend {
  position: relative;
  overflow: unset;
}
.edge .swiper .left .centent .toptxt .icon_recommend:after {
  content: "";
  position: absolute;
  right: -5px;
  top: 50%;
  transform: translate(100%, -50%);
  width: 26px;
  height: 19px;
  background: url(../../../images/home/icon_recommend.png) no-repeat;
  background-size: 26px auto;
}
.edge .swiper .swiper_box {
  margin-top: -40px;
  display: inline-block;
}
.edge .swiper .swiper_box .middle {
  position: relative;
  margin-left: -19px;
}
.edge .swiper .swiper_box .middle ul {
  position: relative;
  width: 949px;
  height: 350px;
  border-radius: 5px;
  overflow: hidden;
}
.edge .swiper .swiper_box .middle ul li {
  position: absolute;
  top: 0;
  width: 0;
}
.edge .swiper .swiper_box .middle ul li img {
  width: 949px;
  height: 350px;
}
.edge .swiper .swiper_box .middle .left_btn,
.edge .swiper .swiper_box .middle .right_btn {
  display: none;
  position: absolute;
  top: 178px;
  width: 44px;
  height: 44px;
  background: url(../../../images/home/icon_banner.png) 100% 100% no-repeat;
  cursor: pointer;
}
.edge .swiper .swiper_box .middle .left_btn {
  left: 31px;
}
.edge .swiper .swiper_box .middle .right_btn {
  right: 12px;
  transform: rotate(180deg);
}
.edge .swiper .swiper_box .middle .banner_dot_list {
  position: absolute;
  bottom: 12px;
  right: 12px;
  display: flex;
}
.edge .swiper .swiper_box .middle .banner_dot_list .dot_box {
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: #fff;
  opacity: 0.3;
  margin-left: 6px;
  transition: all 0.8s;
}
.edge .swiper .swiper_box .middle .banner_dot_list .dot_box_curr {
  width: 41.84px;
  opacity: 1;
}
.edge .swiper .swiper_box .middle:hover .left_btn,
.edge .swiper .swiper_box .middle:hover .right_btn {
  display: block;
}
.edge .headNavs {
  position: relative;
  height: 40px;
  margin: 0 auto;
  top: -22px;
}
.edge .headNavs ul {
  display: flex;
  justify-content: space-between;
  margin-right: 160px;
  padding-left: 30px;
}
.edge .headNavs ul li {
  position: relative;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 15px;
  white-space: nowrap;
}
.edge .headNavs ul li a {
  color: #ffffff;
  display: block;
  padding: 0 2px;
  height: 40px;
  box-sizing: border-box;
}
.edge .headNavs ul li:after {
  content: "";
  position: absolute;
  left: 50%;
  width: 0px;
  height: 3px;
  background-color: #c33200;
  border-radius: 1.5px;
  transition: all 0.2s;
  transform: translateX(-50%);
  opacity: 0;
}
.edge .headNavs ul li:hover:after {
  opacity: 1;
  width: 25px;
}
.edge .headNavs ul .classNav {
  height: 43px;
  line-height: 43px;
  text-align: center;
  box-sizing: border-box;
}
.edge .headNavs ul .classNav a {
  display: block;
}
.edge .headNavs ul .classNav:after {
  opacity: 1;
  width: 25px;
}
.edge .headNavs.index-nav ul li a {
  color: #393939;
}
.edge .swiper-nav {
  display: block;
  width: 1222px;
  margin: 30px auto 0;
}
.edge .swiper-nav ul {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.edge .swiper-nav ul li {
  position: relative;
  width: 168px;
  height: 91px;
}
.edge .swiper-nav ul li a {
  position: absolute;
  transition: top 0.2s;
  top: 0;
}
.edge .swiper-nav ul li a img {
  display: block;
  width: 100%;
  height: 100%;
}
.edge .swiper-nav ul li a div {
  position: absolute;
  z-index: 1;
  top: 27px;
  left: 69px;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  white-space: nowrap;
}
.edge .swiper-nav ul li:hover a {
  top: -4px;
  padding-bottom: 4px;
}
.edge .container .content {
  width: 1200px;
  margin: auto;
  padding: 40px 0;
}
.edge .container .content .line {
  width: 1160px;
  margin: 0 auto;
  padding-top: 5px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.edge .container .content .line .txt {
  width: 100%;
  height: 30px;
  margin: 0 auto;
  margin-top: -10px;
  text-align: center;
  line-height: 33.38px;
  font-size: 30px;
  color: #575757;
  display: inline-block;
  text-align: center;
}
.edge .container .content .line .en_text {
  font-size: 12px;
  line-height: 13.35px;
  color: #c9c9c9;
  text-align: center;
  margin-top: 16px;
}
.edge .container .content .list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 53px;
}
.edge .container .content .list li {
  height: 38px;
  overflow: hidden;
  border-radius: 19px;
  margin-left: 15px;
  text-align: center;
  line-height: 38px;
  margin: 14px 0;
  box-sizing: border-box;
  transition: all 0.3s;
}
.edge .container .content .list a {
  display: block;
  border-radius: 20px;
  color: #898989;
  width: 100%;
  height: 100%;
  padding: 0 21px;
  box-sizing: border-box;
}
.edge .container .content .list li:hover {
  background-color: #c33200;
  box-shadow: 0 5px 15px 0 rgba(195, 50, 0, 0.3);
}
.edge .container .content .list li:hover a {
  color: #fff;
}
.edge .container .content .listbox {
  display: flex;
  flex-wrap: wrap;
}
.edge .container .content .listbox li {
  position: relative;
  width: 280px;
  height: 260px;
  background-color: #fff;
  margin-left: 26.5px;
  margin-top: 26px;
  display: block;
  box-shadow: 2px 0 8px rgba(189, 189, 189, 0.25);
  border-radius: 4px;
  transition: all 0.2s;
  top: 0;
  overflow: hidden;
}
.edge .container .content .listbox li a {
  display: block;
  height: 100%;
}
.edge .container .content .listbox li img {
  display: block;
  height: 184px;
  width: 280px;
}
.edge .container .content .listbox li h1,
.edge .container .content .listbox li span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.edge .container .content .listbox li p {
  display: block;
  font-size: 16px;
  width: 252px;
  height: 16px;
  color: #333;
  padding-left: 17px;
  margin-top: 16px;
  margin-bottom: 12px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.edge .container .content .listbox li span {
  display: block;
  font-size: 13px;
  color: #bababa;
  padding-left: 17px;
  display: block;
  width: 252px;
  height: 14px;
}
.edge .container .content .listbox li:hover {
  box-shadow: 4px 0 17px rgba(148, 148, 148, 0.5);
  top: -4px;
}
.edge .container .content .listbox li:nth-child(1), .edge .container .content .listbox li:nth-child(5n) {
  margin-left: 0 !important;
}
.edge .container .content .listbox .new_box {
  position: relative;
}
.edge .container .content .listbox .new_box:after {
  content: "";
  position: absolute;
  top: -6px;
  right: 0px;
  width: 59px;
  height: 46px;
  background: url(../../../images/home/icon_new.png) 100% 100% no-repeat;
}
.edge .container .content .ad_box {
  display: block;
  width: 1200px;
  height: 100px;
  margin: 23px auto 0;
}
.edge .container .content .ad_box img {
  display: block;
  width: 100%;
  height: 100%;
}
.edge .contentMiddle {
  display: flex;
  width: 1200px;
  margin: 24px auto 0;
  overflow: hidden;
  padding-bottom: 60px;
}
.edge .contentMiddle .content {
  width: 280px;
  margin: 16px 13.5px 0;
  background-color: #fff;
  box-sizing: border-box;
  padding: 18px 21px 29px 17px;
  border-radius: 4px;
}
.edge .contentMiddle .content:nth-child(1) {
  margin-left: 0;
}
.edge .contentMiddle .content .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  font-size: 20px;
  color: #595757;
  padding-left: 16px;
}
.edge .contentMiddle .content .title:before {
  content: "";
  position: absolute;
  left: 0;
  width: 5px;
  height: 15px;
  border-radius: 2px;
  background-color: #c33200;
  box-shadow: 0 4px 4px 0 rgba(195, 50, 0, 0.17);
}
.edge .contentMiddle .content .title div {
  color: #bababa;
  font-size: 14px;
}
.edge .contentMiddle .content .list {
  border-top: 1px solid #e5e5e5;
  margin-top: 15px;
  padding-top: 7px;
  color: #595757;
}
.edge .contentMiddle .content .list div {
  width: 285px;
  height: 20px;
  margin-top: 13px;
  font-size: 14px;
  line-height: 14px;
}
.edge .contentMiddle .content .list div a {
  display: flex;
  align-items: center;
  padding: 0;
  color: #4c4c4c;
}
.edge .contentMiddle .content .list div a span {
  display: inline-block;
  overflow: hidden;
}
.edge .contentMiddle .content .list div a .left {
  position: relative;
  width: 168px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 16px;
}
.edge .contentMiddle .content .list div a .left:before {
  content: "·";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  line-height: 14px;
  height: 14px;
  color: #c33200;
  font-weight: bold;
}
.edge .contentMiddle .content .list div a .right {
  width: 45px;
  height: 14px;
  color: #bababa;
  margin-left: 20px;
}
.edge .contentMiddle .content .list div:hover a {
  color: #e60012;
}
.edge .contentMiddle .content .list div:hover a .right {
  color: #e60012;
}
.edge .contentMiddle .content .list div:hover a .left:before {
  content: "";
  width: 6px;
  height: 10px;
  background: url(../../../images/home/icon_arrow.png) 100% 100% no-repeat;
}
.edge .contentMiddle .content .list:hover .list {
  border-top: 1px solid #e60012;
}
.edge .contentFoot {
  width: 1170px;
  margin: 0 auto;
  padding: 15px;
}
.edge .contentFoot .list {
  width: 1170px;
  height: 140px;
  display: none;
  margin-top: 6px;
  color: #575757;
  font-size: 13px;
}
.edge .contentFoot .out {
  display: block;
}
.edge .contentFoot .list a {
  color: #808080;
  margin-left: 21px;
  margin-bottom: 6px;
  display: inline-block;
}
.edge .contentFoot .list a:hover span {
  color: #e60012;
}
.edge .contentFoot .footlist {
  display: flex;
  padding: 10px 0;
  border-bottom: 1px solid #808080;
}
.edge .contentFoot .footlist li {
  left: 15px;
  height: 18px;
  width: 88px;
  font-size: 18px;
  border-top: none;
  border-right: none;
  border-bottom: none;
  padding: 0 0 0 10px;
  color: #575757;
  margin-left: 0;
  cursor: pointer;
}
.edge .contentFoot .footlist .show {
  color: #e60012;
}
.edge .contentFoot hr {
  color: red;
}
.edge .outCenter {
  width: 1200px;
  margin: 0 auto;
  padding-top: 40px;
}
.edge .outCenter .nav {
  display: block;
  color: #c1c1c1;
  font-size: 14px;
  width: 800px;
  line-height: 14px;
  display: flex;
  margin-bottom: 25px;
}
.edge .outCenter .nav li,
.edge .outCenter .nav a {
  color: #c1c1c1;
}
.edge .outCenter .nav .item {
  color: #898989;
}
.edge .outCenter .leftBox {
  width: 900px;
  display: inline-block;
}
.edge .outCenter .leftBox .ad-img {
  margin-bottom: 30px;
}
.edge .outCenter .leftBox .ad-img img {
  width: 900px;
  height: 110px;
  border-radius: 5px;
}
.edge .outCenter .leftBox .leftCenterBox {
  margin-top: 8px;
  padding-bottom: 24px;
  width: 900px;
  background-color: #fff;
  display: inline-block;
  margin-bottom: 60px;
  border-radius: 4px;
}
.edge .outCenter .leftBox .leftCenterBox .titBox h1 {
  margin-top: 33px;
  font-size: 33px;
  text-align: center;
  color: #1c1c1c;
}
.edge .outCenter .leftBox .leftCenterBox .titBox .author {
  display: block;
  margin-top: 29px;
  text-align: center;
  color: #a2a2a2;
  margin-bottom: 60px;
}
.edge .outCenter .leftBox .leftCenterBox .middletxt {
  width: 802px;
  margin: 0 auto;
}
.edge .outCenter .leftBox .leftCenterBox .middletxt p {
  font-size: 16px;
  margin-top: 5px;
  line-height: 28px;
  color: #333;
}
.edge .outCenter .leftBox .leftCenterBox .middletxt span {
  line-height: 24px;
}
.edge .outCenter .leftBox .leftCenterBox .wendacon {
  width: 802px;
  margin: 0 auto;
}
.edge .outCenter .leftBox .leftCenterBox .wendacon p {
  font-size: 16px;
  line-height: 32px;
  margin-top: 10px;
}
.edge .outCenter .leftBox .switch_btn {
  display: flex;
  justify-content: center;
  margin-bottom: 80px;
}
.edge .outCenter .leftBox .switch_btn div {
  width: 178px;
  height: 44px;
  line-height: 44px;
  box-sizing: border-box;
  border: 1px solid #c33200;
  text-align: center;
  border-radius: 22px;
  margin: 0 34.5px;
}
.edge .outCenter .leftBox .switch_btn div a {
  display: block;
  color: #c33200;
}
.edge .outCenter .leftBox .switch_btn .disabled {
  border-color: #999999;
}
.edge .outCenter .leftBox .switch_btn .disabled a {
  cursor: no-drop;
  color: #999999;
}
.edge .outCenter .leftBox .leftCenterBottomBox {
  width: 900px;
  margin-bottom: 67px;
  box-sizing: border-box;
}
.edge .outCenter .leftBox .leftCenterBottomBox .tit {
  position: relative;
  font-size: 20px;
  padding-left: 16px;
  margin-bottom: 29px;
  color: #4c4c4c;
  font-weight: bold;
}
.edge .outCenter .leftBox .leftCenterBottomBox .tit:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 5px;
  height: 15px;
  border-radius: 2px;
  background-color: #c33200;
  box-shadow: 0 4px 4px 0 rgba(195, 50, 0, 0.17);
}
.edge .outCenter .leftBox .leftCenterBottomBox .contentMiddle {
  display: flex;
  width: 900px;
  margin: 24px auto 0;
  overflow: hidden;
  padding-bottom: 60px;
  box-sizing: border-box;
}
.edge .outCenter .leftBox .leftCenterBottomBox .contentMiddle .content {
  width: 282px;
  margin: 0 13.5px;
  background-color: #fff;
  box-sizing: border-box;
  padding: 18px 21px 29px 17px;
  border-radius: 4px;
}
.edge .outCenter .leftBox .leftCenterBottomBox .contentMiddle .content:nth-child(1) {
  margin-left: 0;
}
.edge .outCenter .leftBox .leftCenterBottomBox .contentMiddle .content .list {
  color: #595757;
  padding: 0;
  margin: 0;
  border: none;
}
.edge .outCenter .leftBox .leftCenterBottomBox .contentMiddle .content .list div {
  width: 285px;
  height: 20px;
  margin-top: 13px;
  font-size: 14px;
  line-height: 14px;
}
.edge .outCenter .leftBox .leftCenterBottomBox .contentMiddle .content .list div a {
  display: flex;
  align-items: center;
  padding: 0;
  color: #4c4c4c;
}
.edge .outCenter .leftBox .leftCenterBottomBox .contentMiddle .content .list div a span {
  display: inline-block;
  overflow: hidden;
}
.edge .outCenter .leftBox .leftCenterBottomBox .contentMiddle .content .list div a .left {
  position: relative;
  width: 168px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 16px;
}
.edge .outCenter .leftBox .leftCenterBottomBox .contentMiddle .content .list div a .left:before {
  content: "·";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  line-height: 14px;
  height: 14px;
  color: #c33200;
  font-weight: bold;
}
.edge .outCenter .leftBox .leftCenterBottomBox .contentMiddle .content .list div a .right {
  width: 45px;
  height: 14px;
  color: #bababa;
  margin-left: 20px;
}
.edge .outCenter .leftBox .leftCenterBottomBox .contentMiddle .content .list div:hover a {
  color: #e60012;
}
.edge .outCenter .leftBox .leftCenterBottomBox .contentMiddle .content .list div:hover a .right {
  color: #e60012;
}
.edge .outCenter .leftBox .leftCenterBottomBox .contentMiddle .content .list div:hover a .left:before {
  content: "";
  width: 6px;
  height: 10px;
  background: url(../../../images/home/icon_arrow.png) 100% 100% no-repeat;
}
.edge .outCenter .leftBox .leftCenterBottomBox .contentMiddle .content .list:hover .list {
  border-top: 1px solid #e60012;
}
.edge .outCenter .RightNavBox {
  width: 267px;
  float: right;
  clear: both;
  margin-top: -40px;
}
.edge .outCenter .RightNavBox .rightBoxTop {
  width: 267px;
}
.edge .outCenter .RightNavBox .rightBoxTop .inTop {
  height: 17px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
}
.edge .outCenter .RightNavBox .rightBoxTop .inTop p {
  position: relative;
  font-size: 18px;
  padding-left: 16px;
  margin-bottom: 29px;
  color: #4c4c4c;
  font-weight: bold;
}
.edge .outCenter .RightNavBox .rightBoxTop .inTop p:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 5px;
  height: 15px;
  border-radius: 2px;
  background-color: #c33200;
  box-shadow: 0 4px 4px 0 rgba(195, 50, 0, 0.17);
}
.edge .outCenter .RightNavBox .rightBoxTop .list {
  color: #595757;
  padding: 0;
  margin: 0;
  margin-top: 37px;
  border: none;
}
.edge .outCenter .RightNavBox .rightBoxTop .list div {
  width: 267px;
  height: 20px;
  margin-top: 13px;
  font-size: 14px;
  line-height: 14px;
}
.edge .outCenter .RightNavBox .rightBoxTop .list div a {
  display: flex;
  align-items: center;
  padding: 0;
  color: #4c4c4c;
}
.edge .outCenter .RightNavBox .rightBoxTop .list div a span {
  display: inline-block;
  overflow: hidden;
}
.edge .outCenter .RightNavBox .rightBoxTop .list div a .left {
  position: relative;
  width: 247px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 16px;
}
.edge .outCenter .RightNavBox .rightBoxTop .list div a .left:before {
  content: "·";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  line-height: 14px;
  height: 14px;
  color: #c33200;
  font-weight: bold;
}
.edge .outCenter .RightNavBox .rightBoxTop .list div a .right {
  width: 45px;
  height: 14px;
  color: #bababa;
  margin-left: 20px;
}
.edge .outCenter .RightNavBox .rightBoxTop .list div:hover a {
  color: #e60012;
}
.edge .outCenter .RightNavBox .rightBoxTop .list div:hover a .right {
  color: #e60012;
}
.edge .outCenter .RightNavBox .rightBoxTop .list div:hover a .left:before {
  content: "";
  width: 6px;
  height: 10px;
  background: url(../../../images/home/icon_arrow.png) 100% 100% no-repeat;
}
.edge .outCenter .RightNavBox .rightBoxTop .list:hover .list {
  border-top: 1px solid #e60012;
}
.edge .outCenter .RightNavBox .rightBoxBottom {
  width: 267px;
  margin-top: 48px;
}
.edge .outCenter .RightNavBox .rightBoxBottom .title {
  height: 35px;
  border-bottom: 1px solid #e5e5e5;
}
.edge .outCenter .RightNavBox .rightBoxBottom .title p {
  position: relative;
  font-size: 18px;
  padding-left: 16px;
  margin-bottom: 29px;
  color: #4c4c4c;
  font-weight: bold;
}
.edge .outCenter .RightNavBox .rightBoxBottom .title p:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 5px;
  height: 15px;
  border-radius: 2px;
  background-color: #c33200;
  box-shadow: 0 4px 4px 0 rgba(195, 50, 0, 0.17);
}
.edge .outCenter .RightNavBox .rightBoxBottom ul li {
  background-color: #fff;
  border-radius: 4px;
  overflow: hidden;
  margin-top: 26px;
  padding-bottom: 17px;
}
.edge .outCenter .RightNavBox .rightBoxBottom ul li:first-child {
  margin-top: 20px;
}
.edge .outCenter .RightNavBox .rightBoxBottom ul li a {
  display: block;
  font-size: 13px;
  color: #595959;
}
.edge .outCenter .RightNavBox .rightBoxBottom ul li a img {
  width: 267px;
  height: 176px;
}
.edge .outCenter .RightNavBox .rightBoxBottom ul li div {
  padding: 0 10px 0 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.edge .outCenter .RightNavBox .rightBoxBottom ul li .list-title {
  font-size: 16px;
  margin-top: 14px;
  color: #333;
}
.edge .outCenter .RightNavBox .rightBoxBottom ul li .list-tip {
  color: #bababa;
  margin-top: 12px;
}
.edge .outCenter .RightNavBox .rightBoxBottom ul li .list-level {
  margin-top: 20px;
}
.edge .outCenter .RightNavBox .rightBoxBottom ul li .Popularity {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.edge .outCenter .RightNavBox .rightBoxBottom ul li .Popularity img {
  margin: 2px 2.5px 0;
  width: 15px;
  height: 13px;
}
.edge .outCenter .RightNavBox .rightBoxBottom ul li .Popularity img:nth-child(2) {
  margin-left: 5px;
}
.edge .outCenter .RightNavBox .rightBoxBottom ul li:last-child a {
  border-bottom: 0px;
}
.edge .outCenter .RightNavBox .btn {
  height: 42px;
  width: 240px;
  background-color: #f1f1f1;
  display: inline-block;
  margin-top: 18px;
  line-height: 42px;
  text-align: center;
  border-bottom: none;
  border: none;
}
.edge .outCenter .RightNavBox .btn a {
  color: #494949;
  display: block;
}
.edge .outCenter:after {
  display: block;
  clear: both;
  content: "";
}
.edge .middleText {
  width: 1200px;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 15px;
}
.edge .middleText:after {
  content: "";
  display: block;
  clear: both;
}
.edge .middleText .nav {
  display: block;
  color: #c1c1c1;
  font-size: 14px;
  width: 800px;
  height: 14px;
  overflow: hidden;
  display: flex;
  margin-bottom: 25px;
}
.edge .middleText .nav li,
.edge .middleText .nav a {
  color: #c1c1c1;
}
.edge .middleText .nav .item {
  color: #898989;
}
.edge .middleText .navList {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 22.5px;
  width: 1200px;
}
.edge .middleText .navList li {
  height: 38px;
  overflow: hidden;
  border-radius: 19px;
  margin-left: 15px;
  text-align: center;
  line-height: 38px;
  margin: 14px 0;
  box-sizing: border-box;
  transition: all 0.3s;
}
.edge .middleText .navList a {
  display: block;
  border-radius: 20px;
  color: #898989;
  width: 100%;
  height: 100%;
  padding: 0 21px;
  box-sizing: border-box;
}
.edge .middleText .navList li:hover {
  background-color: #c33200;
  box-shadow: 0 5px 15px 0 rgba(195, 50, 0, 0.3);
}
.edge .middleText .navList li:hover a {
  color: #fff;
}
.edge .middleText .leftBox {
  display: inline-block;
}
.edge .middleText .leftBox .list li {
  position: relative;
  top: 0;
  height: 256px;
  width: 894px;
  padding-left: 16px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 2px 0 8px rgba(189, 189, 189, 0.25);
  transition: all 0.3s;
}
.edge .middleText .leftBox .list li:hover {
  box-shadow: 4px 0 17px rgba(148, 148, 148, 0.5);
  top: -4px;
}
.edge .middleText .leftBox .list li:not(:first-child) {
  margin-top: 26px;
}
.edge .middleText .leftBox .list li div {
  width: 849px;
}
.edge .middleText .leftBox .list li div a {
  display: inline-block;
}
.edge .middleText .leftBox .list li div a img {
  display: block;
  width: 341px;
  height: 224px;
}
.edge .middleText .leftBox .list li div .inright {
  width: 480px;
  float: right;
}
.edge .middleText .leftBox .list li div .inright .tit {
  font-size: 20px;
  width: 480px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 13px 0 19px;
  font-weight: bold;
  color: #4c4c4c;
}
.edge .middleText .leftBox .list li div .inright .tit h2 {
  font-size: 20px;
  width: 380px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 13px 0 19px;
  float: left;
  font-weight: bold;
  color: #4c4c4c;
}
.edge .middleText .leftBox .list li div .inright .tit > span {
  display: inline-block;
  float: right;
  width: 80px;
  text-align: right;
  font-size: 13px;
  color: #b9b8b8;
  padding-left: 10px;
  margin-top: 17px;
  background: url(../../../images/home/clock_tag.png) no-repeat;
}
.edge .middleText .leftBox .list li div .inright .popularity {
  width: 100%;
  height: 16px;
  font-size: 16px;
  margin-bottom: 19px;
}
.edge .middleText .leftBox .list li div .inright .popularity .leftTxt,
.edge .middleText .leftBox .list li div .inright .popularity .rightTxt {
  display: inline-block;
  font-size: 14px;
  color: #595959;
  height: 16px;
  line-height: 16px;
}
.edge .middleText .leftBox .list li div .inright .popularity .leftTxt {
  width: 250px;
  padding-left: 24px;
  background: url(../../../images/home/list_icon/icon_trophy.png) no-repeat;
}
.edge .middleText .leftBox .list li div .inright .popularity .rightTxt {
  width: 89px;
  padding-left: 21px;
  background: url(../../../images/home/list_icon/icon_zan.png) no-repeat;
  background-size: 24px 22px;
  height: 22px;
  background-position: 0 -2px;
}
.edge .middleText .leftBox .list li div .inright .Software {
  display: flex;
  flex-wrap: wrap;
  width: 495px;
  height: 56px;
  line-height: 20px;
  font-size: 13px;
  background: url(../../../images/home/list_icon/icon_application.png) no-repeat;
  background-position: 0 2px;
  box-sizing: border-box;
  overflow: hidden;
}
.edge .middleText .leftBox .list li div .inright .Software div {
  width: 84px;
  padding-left: 23px;
  box-sizing: border-box;
  margin-right: 15px;
}
.edge .middleText .leftBox .list li div .inright .Software span {
  width: 84px;
  text-align: center;
  border: 1px solid #ffa11a;
  font-size: 12px !important;
  margin-right: 15px;
  border-radius: 2px;
  display: inline-block;
  margin-bottom: 8px;
  color: #ffa11a;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  text-indent: 0;
  box-sizing: border-box;
  height: 20px;
}
.edge .middleText .leftBox .list li div .inright .Software span:first-child {
  margin-left: 15px;
}
.edge .middleText .leftBox .list li div .inright .Software span:last-child {
  margin-right: 0;
}
.edge .middleText .leftBox .list li div .inright .text {
  width: 480px;
  box-sizing: border-box;
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  color: #ababab;
  line-height: 24px;
}
.edge .middleText .leftBox .list li div .inright .text a {
  color: red;
}
.edge .middleText .leftBox .navigation {
  height: 28px;
  margin: 32px auto;
  font-size: 0;
  text-align: center;
  white-space: nowrap;
}
.edge .middleText .leftBox .navigation li {
  display: inline-block;
  height: 36px;
  border: 1px solid #ededed;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  margin-right: 15px;
  width: 36px;
  color: #b7b7b7;
  box-sizing: border-box;
  border-radius: 4px;
}
.edge .middleText .leftBox .navigation li a {
  display: block;
  height: 100%;
  width: 100%;
  color: #b7b7b7;
}
.edge .middleText .leftBox .navigation li input {
  width: 26px;
  height: 26px;
  background-color: #f7f6f5;
}
.edge .middleText .leftBox .navigation .show {
  background-color: #c33200;
  box-shadow: 0 5px 15px 0 rgba(195, 50, 0, 0.3);
  border: none;
}
.edge .middleText .leftBox .navigation .show a {
  color: #fff;
}
.edge .middleText .leftBox .navigation .only_text {
  background: none;
  border: none;
  width: unset;
}
.edge .middleText .rightNavList {
  float: right;
}
.edge .middleText .rightNavList .recommend .navbox {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 20px;
  color: #595757;
  padding-bottom: 18px;
  border-bottom: 1px solid #e7e7e7;
}
.edge .middleText .rightNavList .recommend .navbox:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 19px;
  width: 5px;
  height: 15px;
  border-radius: 2px;
  background-color: #c33200;
  box-shadow: 0 4px 4px 0 rgba(195, 50, 0, 0.17);
}
.edge .middleText .rightNavList .recommend .navbox span {
  color: #bababa;
  font-size: 18px;
  font-weight: bold;
  padding-left: 10px;
  color: #4c4948;
}
.edge .middleText .rightNavList .recommend li {
  width: 267px;
  height: 176px;
  margin-top: 20px;
}
.edge .middleText .rightNavList .recommend li img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 4px;
}
.edge .middleText .rightNavList .recommend li:not(:first-child) {
  margin-top: 25px;
}
.edge .middleText .rightNavList .newsArticle {
  margin-top: 51px;
}
.edge .middleText .rightNavList .newsArticle .newsNavbox {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 20px;
  color: #595757;
  padding-bottom: 18px;
  border-bottom: 1px solid #e7e7e7;
}
.edge .middleText .rightNavList .newsArticle .newsNavbox:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 19px;
  width: 5px;
  height: 15px;
  border-radius: 2px;
  background-color: #c33200;
  box-shadow: 0 4px 4px 0 rgba(195, 50, 0, 0.17);
}
.edge .middleText .rightNavList .newsArticle .newsNavbox span {
  color: #bababa;
  font-size: 18px;
  font-weight: bold;
  padding-left: 10px;
  color: #4c4948;
}
.edge .middleText .rightNavList .newsArticle .list {
  margin-top: 15px;
  padding-top: 7px;
  color: #595757;
}
.edge .middleText .rightNavList .newsArticle .list div {
  width: 267px;
  height: 20px;
  margin-top: 13px;
  font-size: 14px;
  line-height: 14px;
}
.edge .middleText .rightNavList .newsArticle .list div a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  color: #4c4c4c;
}
.edge .middleText .rightNavList .newsArticle .list div a span {
  display: inline-block;
  overflow: hidden;
}
.edge .middleText .rightNavList .newsArticle .list div a .left {
  position: relative;
  width: 168px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 16px;
}
.edge .middleText .rightNavList .newsArticle .list div a .left:before {
  content: "·";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  line-height: 14px;
  height: 14px;
  color: #c33200;
  font-weight: bold;
}
.edge .middleText .rightNavList .newsArticle .list div a .right {
  width: 45px;
  height: 14px;
  color: #bababa;
  margin-left: 20px;
}
.edge .middleText .rightNavList .newsArticle .list div:hover a {
  color: #e60012;
}
.edge .middleText .rightNavList .newsArticle .list div:hover a .right {
  color: #e60012;
}
.edge .middleText .rightNavList .newsArticle .list div:hover a .left:before {
  content: "";
  width: 6px;
  height: 10px;
  background: url(../../../images/home/icon_arrow.png) 100% 100% no-repeat;
}
.edge .middleText .rightNavList .newsArticle .list:hover .list {
  border-top: 1px solid #e60012;
}
.edge .boxcenter {
  width: 1200px;
  margin: 40px auto 0;
  min-height: 100px;
  padding-bottom: 40px;
}
.edge .boxcenter:after {
  content: "";
  display: block;
  clear: both;
}
.edge .boxcenter .leftCenter {
  width: 900px;
  display: inline-block;
}
.edge .boxcenter .leftCenter .ad-img {
  margin-top: 40px;
}
.edge .boxcenter .leftCenter .ad-img img {
  width: 900px;
  height: 110px;
  border-radius: 5px;
}
.edge .boxcenter .leftCenter .topLeft {
  width: 900px;
  display: inline-block;
  clear: both;
}
.edge .boxcenter .leftCenter .topLeft .top_big_img {
  width: 900px;
  height: 411px;
  justify-content: center;
  border-radius: 4px;
  background-color: #fff;
  margin-bottom: 25px;
}
.edge .boxcenter .leftCenter .topLeft .top_big_img img {
  display: block;
  width: 874px;
  height: 387px;
  border-radius: 4px;
}
.edge .boxcenter .leftCenter .topLeft .nav {
  display: block;
  color: #c1c1c1;
  font-size: 14px;
  width: 800px;
  line-height: 14px;
  display: flex;
  margin-bottom: 25px;
}
.edge .boxcenter .leftCenter .topLeft .nav li,
.edge .boxcenter .leftCenter .topLeft .nav a {
  color: #c1c1c1;
}
.edge .boxcenter .leftCenter .topLeft .nav .item {
  color: #898989;
}
.edge .boxcenter .leftCenter .topLeft .buttom {
  width: 900px;
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 4px;
  padding: 15px 14px;
  box-sizing: border-box;
}
.edge .boxcenter .leftCenter .topLeft .buttom .leftbox {
  width: 470px;
  height: 310px;
}
.edge .boxcenter .leftCenter .topLeft .buttom .leftbox img {
  width: 470px;
  height: 310px;
  display: block;
  align-items: center;
  border-radius: 4px;
}
.edge .boxcenter .leftCenter .topLeft .buttom .rightbox {
  display: inline-block;
  margin-left: 24px;
}
.edge .boxcenter .leftCenter .topLeft .buttom .rightbox .tit {
  font-size: 22px;
  line-height: 22px;
  margin-bottom: 16px;
  color: #4c4c4c;
  display: inline-block;
  font-weight: bold;
}
.edge .boxcenter .leftCenter .topLeft .buttom .rightbox .oneImg {
  background: url(../../../images/home/list_icon/icon_trophy.png) no-repeat top left;
}
.edge .boxcenter .leftCenter .topLeft .buttom .rightbox .twoImg {
  background: url(../../../images/home/list_icon/icon_zan.png) no-repeat top left;
}
.edge .boxcenter .leftCenter .topLeft .buttom .rightbox .threeImg {
  background: url(../../../images/home/list_icon/icon_application.png) no-repeat top left;
}
.edge .boxcenter .leftCenter .topLeft .buttom .rightbox .fourImg {
  background: url(../../../images/home/list_icon/icon_RMB.png) no-repeat top left;
}
.edge .boxcenter .leftCenter .topLeft .buttom .rightbox ul {
  font-size: 0;
}
.edge .boxcenter .leftCenter .topLeft .buttom .rightbox li {
  font-size: 14px;
  line-height: 20px;
  margin: 19px 0;
  color: #595959;
  padding-left: 25px;
}
.edge .boxcenter .leftCenter .topLeft .buttom .rightbox li span {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  padding: 0 12px;
  color: #fdf5f5;
  font-size: 12px;
  margin-left: 10px;
  margin-bottom: 5px;
  border: 1px solid #ffa11a;
  border-radius: 2px;
  color: #ffa11a;
  text-align: center;
  box-sizing: border-box;
}
.edge .boxcenter .leftCenter .topLeft .buttom .rightbox li a {
  color: #ababab;
}
.edge .boxcenter .leftCenter .topLeft .buttom .rightbox .btnleft,
.edge .boxcenter .leftCenter .topLeft .buttom .rightbox .btnright {
  margin-top: 34px;
  display: inline-block;
  width: 174px;
  height: 44px;
  font-size: 16px;
  line-height: 44px;
  text-align: center;
  border-radius: 22px;
}
.edge .boxcenter .leftCenter .topLeft .buttom .rightbox .btnleft a,
.edge .boxcenter .leftCenter .topLeft .buttom .rightbox .btnright a {
  color: #ffffff;
  display: block;
}
.edge .boxcenter .leftCenter .topLeft .buttom .rightbox .btnleft {
  margin-right: 21px;
  background-color: #c33200;
  box-shadow: 0 5px 15px 0 rgba(195, 50, 0, 0.3);
}
.edge .boxcenter .leftCenter .topLeft .buttom .rightbox .btnright {
  border: 1px solid #c33200;
}
.edge .boxcenter .leftCenter .topLeft .buttom .rightbox .btnright a {
  color: #c33200;
}
.edge .boxcenter .leftCenter .leftMiddle {
  width: 900px;
}
.edge .boxcenter .leftCenter .leftMiddle .tit {
  position: relative;
  font-size: 20px;
  display: block;
  color: #4c4c4c;
  padding-left: 16px;
  font-weight: bold;
  margin-top: 40px;
}
.edge .boxcenter .leftCenter .leftMiddle .tit:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 5px;
  height: 15px;
  border-radius: 2px;
  background-color: #c33200;
  box-shadow: 0 4px 4px 0 rgba(195, 50, 0, 0.17);
}
.edge .boxcenter .leftCenter .leftMiddle .tit .time {
  position: relative;
  bottom: -9px;
  float: right;
  font-size: 14px;
  font-family: Arial;
  color: #ababab;
}
.edge .boxcenter .leftCenter .leftMiddle .article {
  background-color: #fff;
  margin-top: 39px;
  padding: 48px 35px 30px;
}
.edge .boxcenter .leftCenter .leftMiddle .article header {
  text-align: center;
  font-size: 27px;
  margin-bottom: 23px;
}
.edge .boxcenter .leftCenter .leftMiddle .article p {
  font-size: 16px;
  line-height: 30px;
  width: 100%;
  margin: 0 auto;
  color: #393939;
  word-wrap: break-word;
  padding-bottom: 15px;
}
.edge .boxcenter .leftCenter .leftMiddle .skip {
  width: 725px;
  margin: 60px auto 20px auto;
}
.edge .boxcenter .leftCenter .leftMiddle .skip a {
  color: #e82e09;
}
.edge .boxcenter .leftCenter .leftMiddle .skip .skipright {
  float: right;
}
.edge .boxcenter .leftCenter .leftMiddle .switch_btn {
  display: flex;
  justify-content: center;
  margin-top: 36px;
}
.edge .boxcenter .leftCenter .leftMiddle .switch_btn div {
  width: 178px;
  height: 44px;
  line-height: 44px;
  box-sizing: border-box;
  border: 1px solid #c33200;
  text-align: center;
  border-radius: 22px;
  margin: 0 34.5px;
}
.edge .boxcenter .leftCenter .leftMiddle .switch_btn div a {
  display: block;
  color: #c33200;
}
.edge .boxcenter .leftCenter .leftMiddle .switch_btn .disabled {
  border-color: #999999;
}
.edge .boxcenter .leftCenter .leftMiddle .switch_btn .disabled a {
  cursor: no-drop;
  color: #999999;
}
.edge .boxcenter .leftCenter .leftBottom {
  width: 900px;
  margin-top: 114px;
  margin-bottom: 85px;
  box-sizing: border-box;
}
.edge .boxcenter .leftCenter .leftBottom p {
  position: relative;
  font-size: 20px;
  padding-left: 16px;
  margin-bottom: 29px;
  color: #4c4c4c;
  font-weight: bold;
}
.edge .boxcenter .leftCenter .leftBottom p:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 5px;
  height: 15px;
  border-radius: 2px;
  background-color: #c33200;
  box-shadow: 0 4px 4px 0 rgba(195, 50, 0, 0.17);
}
.edge .boxcenter .leftCenter .leftBottom ul {
  width: 900px;
  display: flex;
  box-sizing: border-box;
}
.edge .boxcenter .leftCenter .leftBottom ul li {
  width: 206px;
  border-radius: 4px;
  box-sizing: border-box;
  overflow: hidden;
  background-color: #fff;
  margin-left: 28px;
  padding-bottom: 13px;
  box-shadow: 0 2px 8px 0 rgba(189, 189, 189, 0.14);
}
.edge .boxcenter .leftCenter .leftBottom ul li:first-child {
  margin: 0;
}
.edge .boxcenter .leftCenter .leftBottom ul li img {
  width: 206px;
  height: 136px;
  display: block;
}
.edge .boxcenter .leftCenter .leftBottom ul li span,
.edge .boxcenter .leftCenter .leftBottom ul li i {
  display: block;
  width: 204px;
  padding: 0 15px 0 11px;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.edge .boxcenter .leftCenter .leftBottom ul li span {
  font-size: 15px;
  line-height: 16.69px;
  margin: 12px 0px 7px;
  color: #595959;
}
.edge .boxcenter .leftCenter .leftBottom ul li i {
  font-size: 12px;
  line-height: 13.35px;
  color: #bababa;
}
.edge .boxcenter .RightNav {
  width: 264px;
  float: right;
}
.edge .boxcenter .RightNav .topRightTwo {
  width: 264px;
  float: right;
}
.edge .boxcenter .RightNav .topRightTwo div {
  border-bottom: 1px solid #e7e7e7;
  padding: 42px 0 17px;
}
.edge .boxcenter .RightNav .topRightTwo div span {
  position: relative;
  padding-left: 16px;
  font-size: 18px;
  color: #4c4c4c;
  font-weight: bold;
}
.edge .boxcenter .RightNav .topRightTwo div span:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  width: 5px;
  height: 15px;
  border-radius: 2px;
  background-color: #c33200;
  box-shadow: 0 4px 4px 0 rgba(195, 50, 0, 0.17);
}
.edge .boxcenter .RightNav .topRightTwo ul {
  margin: 11px 0 0 -2px;
}
.edge .boxcenter .RightNav .topRightTwo ul li {
  padding: 4px 0;
  vertical-align: top;
  font-size: 12px;
  line-height: 18px;
}
.edge .boxcenter .RightNav .topRightTwo ul li span {
  display: inline-block;
  width: 24px;
  height: 31px;
  text-align: center;
  color: #fff;
  vertical-align: top;
  background-image: url(../../../images/home/list_icon/icon_no_other.png);
  background-repeat: no-repeat;
  background-position: 3px 0;
}
.edge .boxcenter .RightNav .topRightTwo ul li a {
  display: inline-block;
  color: #4c4c4c;
  margin-left: 6px;
  vertical-align: top;
  font-size: 14px;
}
.edge .boxcenter .RightNav .topRightTwo ul li:last-child {
  padding-bottom: 0;
}
.edge .boxcenter .RightNav .topRightTwo ul li:nth-child(1) span, .edge .boxcenter .RightNav .topRightTwo ul li:nth-child(2) span, .edge .boxcenter .RightNav .topRightTwo ul li:nth-child(3) span {
  background-position: 0 -1px;
}
.edge .boxcenter .RightNav .topRightTwo ul li:nth-child(1) a, .edge .boxcenter .RightNav .topRightTwo ul li:nth-child(2) a, .edge .boxcenter .RightNav .topRightTwo ul li:nth-child(3) a {
  padding-top: 2px;
}
.edge .boxcenter .RightNav .topRightTwo ul li:nth-child(1) span {
  background-image: url(../../../images/home/list_icon/icon_no1.png);
}
.edge .boxcenter .RightNav .topRightTwo ul li:nth-child(2) span {
  background-image: url(../../../images/home/list_icon/icon_no2.png);
}
.edge .boxcenter .RightNav .topRightTwo ul li:nth-child(3) span {
  background-image: url(../../../images/home/list_icon/icon_no3.png);
}
.edge .boxcenter .RightNav .topRightThree {
  width: 264px;
  float: right;
}
.edge .boxcenter .RightNav .topRightThree .bottomLine {
  border-bottom: 1px solid #e7e7e7;
  padding: 32px 0 17px;
}
.edge .boxcenter .RightNav .topRightThree .bottomLine span {
  position: relative;
  padding-left: 16px;
  font-size: 18px;
  color: #4c4c4c;
  font-weight: bold;
}
.edge .boxcenter .RightNav .topRightThree .bottomLine span:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  width: 5px;
  height: 15px;
  border-radius: 2px;
  background-color: #c33200;
  box-shadow: 0 4px 4px 0 rgba(195, 50, 0, 0.17);
}
.edge .boxcenter .RightNav .topRightThree ul {
  margin-top: 19px;
}
.edge .boxcenter .RightNav .topRightThree ul li {
  line-height: 36px;
  overflow: hidden;
  font-size: 14px;
  background: url(../../../images/home/list_icon/icon_question.png) no-repeat 0 10px;
}
.edge .boxcenter .RightNav .topRightThree ul li div {
  border-bottom: 1px dashed #e7e7e7;
  line-height: 35px;
}
.edge .boxcenter .RightNav .topRightThree ul li a {
  color: #4c4c4c;
  display: block;
  margin-left: 29px;
  overflow: hidden;
}
.edge .boxcenter .RightNav .topRightThree ul li:last-child {
  border-bottom: none;
}
.edge .boxcenter .RightNav .topRightThree ul li:hover {
  background: url(../../../images/home/list_icon/icon_question_curr.png) no-repeat 0 10px;
}
.edge .boxcenter .RightNav .topRightThree ul li:hover a {
  color: #c33200;
}
.edge .boxcenter .RightNav .topRightFour {
  width: 264px;
  float: right;
}
.edge .boxcenter .RightNav .topRightFour .bottomLine {
  border-bottom: 1px solid #e7e7e7;
  padding: 32px 0 17px;
}
.edge .boxcenter .RightNav .topRightFour .bottomLine span {
  position: relative;
  padding-left: 16px;
  font-size: 18px;
  color: #4c4c4c;
  font-weight: bold;
}
.edge .boxcenter .RightNav .topRightFour .bottomLine span:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  width: 5px;
  height: 15px;
  border-radius: 2px;
  background-color: #c33200;
  box-shadow: 0 4px 4px 0 rgba(195, 50, 0, 0.17);
}
.edge .boxcenter .RightNav .topRightFour .list {
  border-bottom: none;
  display: flex;
  flex-wrap: wrap;
}
.edge .boxcenter .RightNav .topRightFour .list li {
  display: inline-block;
  white-space: nowrap;
  width: 124px;
  box-sizing: border-box;
  height: 38px;
  line-height: 38px;
  background-color: #f1f1f1;
  text-align: center;
  margin: 5px 0;
  overflow: hidden;
  border-radius: 4px;
  font-size: 14px;
}
.edge .boxcenter .RightNav .topRightFour .list li a {
  display: block;
  padding: 0 5px;
  color: #4c4c4c;
}
.edge .boxcenter .RightNav .topRightFour .list li:nth-child(2n-1) {
  margin-right: 16px;
}
.edge .boxcenter .RightNav .topRightFour .list .icon_hot {
  position: relative;
}
.edge .boxcenter .RightNav .topRightFour .list .icon_hot:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 27px;
  height: 27px;
  background: url(../../../images/newspage/icon_hot.png) no-repeat;
}
.edge .boxcenter:after {
  display: block;
  clear: both;
  content: "";
}
.edge .middleText-two {
  width: 1200px;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 133px;
}
.edge .middleText-two .nav {
  display: block;
  color: #c1c1c1;
  font-size: 14px;
  width: 800px;
  height: 14px;
  overflow: hidden;
  display: flex;
  margin-bottom: 25px;
}
.edge .middleText-two .nav li,
.edge .middleText-two .nav a {
  color: #c1c1c1;
}
.edge .middleText-two .nav .item {
  color: #898989;
}
.edge .middleText-two .leftBox {
  width: 894px;
  padding: 0;
  display: inline-block;
}
.edge .middleText-two .leftBox .question-list li {
  position: relative;
  display: flex;
  top: 0;
  box-sizing: border-box;
  background-color: #fff;
  height: 169px;
  width: 894px;
  padding: 16px 21px 16px 16px;
  border-radius: 4px;
  margin-bottom: 26px;
  transition: 0.2s top;
  box-shadow: 0 2px 8px 0 rgba(189, 189, 189, 0.14);
}
.edge .middleText-two .leftBox .question-list li:hover {
  top: -2px;
}
.edge .middleText-two .leftBox .question-list li img {
  display: block;
  width: 217px;
  height: 137px;
  border-radius: 4px;
}
.edge .middleText-two .leftBox .question-list li .inright {
  position: relative;
  width: 618px;
  float: right;
  margin-left: 24px;
}
.edge .middleText-two .leftBox .question-list li .inright .tit {
  width: 455px;
  height: 16px;
  overflow: hidden;
  padding: 8px 0 15px;
}
.edge .middleText-two .leftBox .question-list li .inright .tit a {
  font-size: 15px;
  color: #4c4c4c;
  font-weight: bold;
}
.edge .middleText-two .leftBox .question-list li .inright .popularity {
  width: 270px;
  height: 15px;
  font-size: 16px;
  margin-bottom: 16px;
}
.edge .middleText-two .leftBox .question-list li .inright .popularity .leftTxt {
  height: 15px;
  width: 122px;
  display: inline-block;
  padding-left: 24px;
  font-size: 14px;
  color: #666464;
  background: url(../../../images/ChannelList/crown_03.png) no-repeat;
}
.edge .middleText-two .leftBox .question-list li .inright .popularity .rightTxt {
  height: 15px;
  width: 89px;
  padding-left: 21px;
  font-size: 14px;
  color: #666464;
  background: url(../../../images/ChannelList/popularityImg_03.png) no-repeat;
}
.edge .middleText-two .leftBox .question-list li .inright .Software {
  width: 350px;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  margin-bottom: 23px;
  display: flex;
}
.edge .middleText-two .leftBox .question-list li .inright .Software span {
  color: #ababab;
}
.edge .middleText-two .leftBox .question-list li .inright .Software span:nth-child(1) {
  position: absolute;
  right: 5px;
  top: 0;
  height: 20px;
  border: 1px solid #ee5824;
  color: #ee5824;
  font-size: 12px !important;
  border-radius: 2px;
  line-height: 20px;
  padding: 0 4px;
  min-width: 80px;
  box-sizing: border-box;
  text-align: center;
}
.edge .middleText-two .leftBox .question-list li .inright .Software span.question-tag {
  color: #ffa11a;
  border-color: #ffa11a;
}
.edge .middleText-two .leftBox .question-list li .inright .Software span:nth-child(2) {
  height: 20px;
  font-size: 14px;
  overflow: hidden;
  margin-left: 4px;
  background: url(../../../images/home/list_icon/icon-time.png) no-repeat 0 3px;
  padding-left: 21px;
  margin-right: 93px;
}
.edge .middleText-two .leftBox .question-list li .inright .Software span:nth-child(3) {
  width: 70px;
  height: 20px;
  background-color: red;
  padding-left: 24px;
  background: url(../../../images/home/list_icon/icon-eyes.png) no-repeat 0 3px;
}
.edge .middleText-two .leftBox .question-list li .inright .text {
  width: 618px;
  font-size: 14px;
  line-height: 20px;
  color: #898989;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.edge .middleText-two .leftBox .navigation {
  height: 28px;
  margin: 32px auto;
  font-size: 0;
  text-align: center;
  white-space: nowrap;
}
.edge .middleText-two .leftBox .navigation li {
  display: inline-block;
  height: 36px;
  border: 1px solid #ededed;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  margin-right: 15px;
  width: 36px;
  color: #b7b7b7;
  box-sizing: border-box;
  border-radius: 4px;
}
.edge .middleText-two .leftBox .navigation li a {
  display: block;
  height: 100%;
  width: 100%;
  color: #b7b7b7;
}
.edge .middleText-two .leftBox .navigation li input {
  width: 26px;
  height: 26px;
  background-color: #f7f6f5;
}
.edge .middleText-two .leftBox .navigation .show {
  background-color: #c33200;
  box-shadow: 0 5px 15px 0 rgba(195, 50, 0, 0.3);
  border: none;
}
.edge .middleText-two .leftBox .navigation .show a {
  color: #fff;
}
.edge .middleText-two .leftBox .navigation .only_text {
  background: none;
  border: none;
  width: unset;
}
.edge .middleText-two .rightNavList {
  float: right;
}
.edge .middleText-two .rightNavList .newsArticle .newsNavbox {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 20px;
  color: #595757;
  padding-bottom: 18px;
  border-bottom: 1px solid #e7e7e7;
}
.edge .middleText-two .rightNavList .newsArticle .newsNavbox:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 19px;
  width: 5px;
  height: 15px;
  border-radius: 2px;
  background-color: #c33200;
  box-shadow: 0 4px 4px 0 rgba(195, 50, 0, 0.17);
}
.edge .middleText-two .rightNavList .newsArticle .newsNavbox span {
  color: #bababa;
  font-size: 18px;
  font-weight: bold;
  padding-left: 10px;
  color: #4c4948;
}
.edge .middleText-two .rightNavList .newsArticle .list {
  margin-top: 15px;
  padding-top: 7px;
  color: #595757;
}
.edge .middleText-two .rightNavList .newsArticle .list div {
  width: 267px;
  height: 20px;
  margin-top: 13px;
  font-size: 14px;
  line-height: 14px;
}
.edge .middleText-two .rightNavList .newsArticle .list div a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  color: #4c4c4c;
}
.edge .middleText-two .rightNavList .newsArticle .list div a span {
  display: inline-block;
  overflow: hidden;
}
.edge .middleText-two .rightNavList .newsArticle .list div a .left {
  position: relative;
  width: 168px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 16px;
}
.edge .middleText-two .rightNavList .newsArticle .list div a .left:before {
  content: "·";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  line-height: 14px;
  height: 14px;
  color: #c33200;
  font-weight: bold;
}
.edge .middleText-two .rightNavList .newsArticle .list div a .right {
  width: 45px;
  height: 14px;
  color: #bababa;
  margin-left: 20px;
}
.edge .middleText-two .rightNavList .newsArticle .list div:hover a {
  color: #e60012;
}
.edge .middleText-two .rightNavList .newsArticle .list div:hover a .right {
  color: #e60012;
}
.edge .middleText-two .rightNavList .newsArticle .list div:hover a .left:before {
  content: "";
  width: 6px;
  height: 10px;
  background: url(../../../images/home/icon_arrow.png) 100% 100% no-repeat;
}
.edge .middleText-two .rightNavList .newsArticle .list:hover .list {
  border-top: 1px solid #e60012;
}
.edge .middleText-two .rightNavList .recommend {
  margin: 60px 0;
}
.edge .middleText-two .rightNavList .recommend .navbox {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 20px;
  color: #595757;
  padding-bottom: 18px;
  border-bottom: 1px solid #e7e7e7;
}
.edge .middleText-two .rightNavList .recommend .navbox:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 19px;
  width: 5px;
  height: 15px;
  border-radius: 2px;
  background-color: #c33200;
  box-shadow: 0 4px 4px 0 rgba(195, 50, 0, 0.17);
}
.edge .middleText-two .rightNavList .recommend .navbox span {
  color: #bababa;
  font-size: 18px;
  font-weight: bold;
  padding-left: 10px;
  color: #4c4948;
}
.edge .middleText-two .rightNavList .recommend li {
  width: 267px;
  height: 176px;
  margin-top: 20px;
}
.edge .middleText-two .rightNavList .recommend li img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 4px;
}
.edge .middleText-two .rightNavList .recommend li:not(:first-child) {
  margin-top: 25px;
}
.edge .add-column {
  padding-top: 20px;
  padding-bottom: 30px;
}
.edge .add-column .column-title {
  width: 1200px;
  margin: 0 auto;
  border-bottom: 1px solid #999;
  padding-bottom: 30px;
  position: relative;
}
.edge .add-column .column-title li {
  float: left;
  font-size: 14px;
  color: #595959;
  margin-right: 30px;
  cursor: pointer;
}
.edge .add-column .column-title li.active {
  border-bottom: 4px solid #c33200;
  padding-bottom: 13px;
  font-weight: 600;
  color: #393939;
}
.edge .add-column .column-con {
  width: 1200px;
  margin: 0 auto;
  padding-top: 10px;
}
.edge .add-column .column-con .column-con-item {
  display: none;
}
.edge .add-column .column-con .column-con-item.show {
  display: block;
}
.edge .add-column .column-con .column-con-item .about-href {
  margin-left: -8px;
  line-height: 24px;
  padding: 10px 0px;
  overflow: hidden;
}
.edge .add-column .column-con .column-con-item .about-href a {
  float: left;
  display: inline-block;
  margin: 0px 8px;
  font-size: 14px;
}
.edge .add-column .column-con .column-con-item .about-href a:hover {
  color: #c33200;
}
.edge .add-column .column-con .column-con-item .column-intro {
  font-size: 14px;
  line-height: 24px;
  padding: 10px 0px;
}

.commont-tit-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 20px;
  color: #595757;
  padding-bottom: 25px;
}

.commont-tit-box:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 26px;
  width: 5px;
  height: 15px;
  border-radius: 2px;
  background-color: #c33200;
  box-shadow: 0 4px 4px 0 rgb(195, 50, 0);
}

.commont-tit-box {
  font-size: 18px;
  font-weight: bold;
  padding-left: 15px;
  color: #4c4948;
}

.form_box {
  position: relative;
  width: 290px;
  background: url(../../../images/home/popup/popup_bg.png) no-repeat;
  background-size: 290px auto;
  background-position: left top;
  box-sizing: border-box;
  float: right;
  padding: 10px;
  font-size: 0;
}
.form_box p {
  font-size: 20px;
  margin: 25px 0 36px 79px;
  color: #fff;
  font-weight: bold;
}
.form_box div {
  position: relative;
  height: 36px;
  margin: 0 0 0 34px;
  margin-bottom: 8px;
  width: 228px;
}
.form_box div img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
}
.form_box div input {
  font-size: 14px;
  line-height: 36px;
  height: 36px;
  color: #a4a4a4;
  vertical-align: middle;
  width: 228px;
  background-color: #ffefcc;
  box-sizing: border-box;
  padding-left: 30px;
  color: #c33200;
  border-radius: 2px;
  border: 1px solid #ffefcc;
  padding-right: 10px;
}
.form_box div input::-webkit-input-placeholder {
  color: #e86800; /*WebKit browsers*/
}
.form_box div input::-moz-placeholder {
  color: #e86800; /*Mozilla Firefox 4 to 18 */
}
.form_box div input::-moz-placeholder {
  color: #e86800; /*Mozilla Firefox 19+ */
}
.form_box div input::-ms-input-placeholder {
  color: #e86800; /*Internet Explorer 10+*/
}
.form_box div input:focus {
  background-color: #ffd480;
  border-color: #c33200;
}
.form_box div:nth-child(3) input {
  padding-right: 110px;
}
.form_box div:nth-child(3) div {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 90px;
  height: 12px;
  font-size: 13px;
  line-height: 12px;
  color: #e86800;
  margin: 0;
  cursor: pointer;
  padding-left: 12px;
  background-color: unset;
  border-left: 1px solid #e86800;
  white-space: nowrap;
}
.form_box .button {
  width: 256px;
  height: 60px;
  border-radius: 22px;
  margin: 12px 0 0 20px;
  display: block;
  background: url(../../../images/home/popup/popup_btn.png) no-repeat 100%;
  background-position: left top;
  color: #fff;
  padding-top: 23px;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  cursor: pointer;
}
.form_box .colse-btn {
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(100%, -50%);
  width: 30px;
  height: 30px;
  background: url(../../../images/home/popup/icon_colse.png) no-repeat;
  cursor: pointer;
}

.popup_form,
.popup_search {
  position: fixed;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 4;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
}

.popup_search {
  align-items: flex-start;
  padding-top: 110px;
}
.popup_search .search_popup_box {
  display: flex;
  align-items: center;
  width: 1200px;
  height: 74px;
  background-color: #fff;
  border-radius: 4px;
  padding: 0 23px;
  box-sizing: border-box;
}
.popup_search .search_popup_box input {
  position: relative;
  width: 0;
  flex: 1;
  border: none;
  outline: none;
  padding-left: 32px;
  font-size: 15px;
  height: 100%;
  background-color: unset;
}
.popup_search .search_popup_box img {
  position: absolute;
}

.footer {
  position: absolute;
  width: 100%;
  height: 42px;
}
.footer .buttom {
  width: 100%;
  height: 42px;
  background-color: #4c4c4c;
}
.footer .buttom .centerButtom {
  width: 1200px;
  height: 42px;
  margin: 0 auto;
  color: #ececec;
  line-height: 42px;
  text-align: center;
  font-size: 13px;
}
.footer .buttom .centerButtom a {
  color: #ececec;
}

.color-gray {
  color: #7c7f84 !important;
}

.Software span {
  font-size: 100% !important;
}

.hxsdAd .lineWrap {
  padding-top: 10px;
  position: relative;
  padding-bottom: 15px;
}
.hxsdAd .lineWrap .frendLink {
  width: 100%;
  border-top: 1px solid #d8d8d8;
  height: 1px;
}
.hxsdAd .lineWrap .frendLinkTxt {
  font-size: 16px;
  color: #393939;
  text-align: center;
  width: 90px;
  margin: 0 auto;
  margin-top: -10px;
  background-color: #f8f8f8;
}
.hxsdAd .linkWrap {
  padding-bottom: 20px;
}
.hxsdAd .linkWrap a {
  font-size: 14px;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 15px;
}

.nav-box-add {
  width: 895px;
  display: flex;
  justify-content: space-between;
}

.nav-box-add span {
  color: #ababab;
  font-size: 13px;
}

.work-see-bg {
  position: relative;
  width: 264px;
  border-radius: 5px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  float: right;
}
.work-see-bg.right-swiper {
  position: relative;
}
.work-see-bg .bottomLine {
  border-bottom: 1px solid #e7e7e7;
  padding: 32px 0 17px;
}
.work-see-bg .bottomLine span {
  position: relative;
  padding-left: 16px;
  font-size: 18px;
  color: #4c4c4c;
  font-weight: bold;
}
.work-see-bg .bottomLine span:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  width: 5px;
  height: 15px;
  border-radius: 2px;
  background-color: #c33200;
  box-shadow: 0 4px 4px 0 rgba(195, 50, 0, 0.17);
}
.work-see-bg .r-title {
  padding: 20px 17px 20px 17px;
}
.work-see-bg .r-title p {
  text-align: left;
  font-size: 18px;
  color: #393939;
  font-weight: 600;
}
.work-see-bg .news-swiper-button {
  position: absolute;
  right: 60px;
  top: 50px;
}
.work-see-bg .news-swiper-button i {
  display: inline-block;
  width: 28px;
  height: 28px;
  line-height: 28px;
  border: 1px solid #b5b5b5;
  font-size: 14px;
  text-align: center;
  border-radius: 28px;
}
.work-see-bg .news-swiper-button .swiper-button-next,
.work-see-bg .news-swiper-button .swiper-button-prev {
  background: none;
}
.work-see-bg .news-swiper-button .swiper-button-next:hover i,
.work-see-bg .news-swiper-button .swiper-button-prev:hover i {
  background-color: #ededed;
}
.work-see-bg .news-recommend-swiper {
  width: 289px;
  margin: 0 auto;
  padding-top: 25px;
}
.work-see-bg .news-recommend-swiper .recommend-common {
  width: 288px;
  height: 258px;
  background-color: #f3f3f3;
  border-radius: 5px;
}
.work-see-bg .news-recommend-swiper .recommend-common img {
  width: 288px;
  height: 188px;
  border-radius: 5px;
  padding-bottom: 8px;
}
.work-see-bg .news-recommend-swiper .recommend-common p {
  font-size: 14px;
  color: #595959;
  line-height: 24px;
  padding-left: 15px;
}
.work-see-bg .news-recommend-btn {
  clear: both;
  padding-top: 20px;
  width: 240px;
  margin: 0 auto;
}
.work-see-bg .news-recommend-btn a {
  display: block;
  width: 240px;
  height: 40px;
  border-radius: 40px;
  color: #ffffff;
  line-height: 40px;
  text-align: center;
  background-color: #c33200;
  color: #ffffff;
  box-shadow: 1px 3px 8px -1px rgba(139, 50, 0, 0.25);
  font-size: 14px;
  font-weight: 600;
}
.work-see-bg .news-recommend-btn a .add-qw-code .code-img-box {
  width: 132px;
  height: 132px;
  margin: 0 auto;
  display: block;
}
.work-see-bg .news-recommend-btn a .add-qw-code .code-text-box {
  margin-top: -3px;
}/*# sourceMappingURL=home_v2.css.map */
